FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package ca.infoway.io.core#0.3.0-dft-preballot (78 ms)

Package ca.infoway.io.core
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=ca.infoway.io.core@0.3.0-dft-preballot&canonical=http://fhir.infoway-inforoute.ca/ca-core/StructureDefinition/encounter-ca-core
Url http://fhir.infoway-inforoute.ca/ca-core/StructureDefinition/encounter-ca-core
Status draft
Date 2024-08-06
Name EncounterCACore
Title Encounter (CA-Core)
Experimental False
Description This profile represents the constraints applied to the Encounter resource by the CA Core+ project to represent the minimum expectations for the Encounter resource when used to promote capacity building for functionality found across Canadian FHIR implementations. It is informed by the constraints of shared across CIHI pCHDCF data sets. In the future it will also undergo analysis against the [CA Baseline Encounter profile](https://build.fhir.org/ig/HL7-Canada/ca-baseline/branches/master/StructureDefinition-profile-encounter.html) to assess and address alignment
Copyright Copyright © 2024+ Canada Health Infoway. All rights reserved. [Terms of Use and License Agreements](https://ic.infoway-inforoute.ca/en/about/tou). [Privacy Policy](https://www.infoway-inforoute.ca/en/legal/privacy-policy).
Type Encounter
Kind resource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
http://fhir.infoway-inforoute.ca/ca-core/StructureDefinition/patient-ca-core Patient (CA-Core)


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "encounter-ca-core",
  "extension" : [
    {
      "extension" : [
        {
          "url" : "code",
          "valueCode" : "SHALL:able-to-populate"
        },
        {
          "url" : "elementId",
          "valueString" : "Encounter.type"
        },
        {
          "url" : "elementId",
          "valueString" : "Encounter.type.coding"
        },
        {
          "url" : "elementId",
          "valueString" : "Encounter.type.coding.code"
        },
        {
          "url" : "elementId",
          "valueString" : "Encounter.subject"
        },
        {
          "url" : "elementId",
          "valueString" : "Encounter.period"
        },
        {
          "url" : "elementId",
          "valueString" : "Encounter.period.start"
        },
        {
          "url" : "actor",
          "valueCanonical" : "http://fhir.infoway-inforoute.ca/ca-core/ActorDefinition/server"
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/obligation"
    },
    {
      "extension" : [
        {
          "url" : "code",
          "valueCode" : "SHALL:handle"
        },
        {
          "url" : "elementId",
          "valueString" : "Encounter.type"
        },
        {
          "url" : "elementId",
          "valueString" : "Encounter.type.coding"
        },
        {
          "url" : "elementId",
          "valueString" : "Encounter.type.coding.code"
        },
        {
          "url" : "elementId",
          "valueString" : "Encounter.subject"
        },
        {
          "url" : "elementId",
          "valueString" : "Encounter.period"
        },
        {
          "url" : "elementId",
          "valueString" : "Encounter.period.start"
        },
        {
          "url" : "actor",
          "valueCanonical" : "http://fhir.infoway-inforoute.ca/ca-core/ActorDefinition/client"
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/obligation"
    }
  ],
  "url" : "http://fhir.infoway-inforoute.ca/ca-core/StructureDefinition/encounter-ca-core",
  "name" : "EncounterCACore",
  "title" : "Encounter (CA-Core)",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-08-06",
  "description" : "This profile represents the constraints applied to the Encounter resource by the CA Core+ project to represent the minimum expectations for the Encounter resource when used to promote capacity building for functionality found across Canadian FHIR implementations. It is informed by the constraints of shared across CIHI pCHDCF data sets. In the future it will also undergo analysis against the [CA Baseline Encounter profile](https://build.fhir.org/ig/HL7-Canada/ca-baseline/branches/master/StructureDefinition-profile-encounter.html) to assess and address alignment",
  "copyright" : "Copyright © 2024+ Canada Health Infoway. All rights reserved. [Terms of Use and License Agreements](https://ic.infoway-inforoute.ca/en/about/tou). [Privacy Policy](https://www.infoway-inforoute.ca/en/legal/privacy-policy).",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "pCHDCF-CACDI",
      "name" : "Pan-Canadian Health Data Content Framework - CACDI"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "Encounter",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Encounter",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Encounter",
        "path" : "Encounter",
        "mapping" : [
          {
            "identity" : "pCHDCF-CACDI",
            "map" : "Patient Encounter"
          }
        ]
      },
      {
        "id" : "Encounter.type",
        "path" : "Encounter.type",
        "min" : 1
      },
      {
        "id" : "Encounter.type.coding",
        "path" : "Encounter.type.coding",
        "min" : 1
      },
      {
        "id" : "Encounter.type.coding.code",
        "path" : "Encounter.type.coding.code",
        "min" : 1,
        "mapping" : [
          {
            "identity" : "pCHDCF-CACDI",
            "map" : "Health Service Event Type Code"
          }
        ]
      },
      {
        "id" : "Encounter.subject",
        "path" : "Encounter.subject",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://fhir.infoway-inforoute.ca/ca-core/StructureDefinition/patient-ca-core",
              "http://hl7.org/fhir/StructureDefinition/Group"
            ]
          }
        ],
        "mapping" : [
          {
            "identity" : "pCHDCF-CACDI",
            "map" : "Patient"
          }
        ]
      },
      {
        "id" : "Encounter.period",
        "path" : "Encounter.period",
        "min" : 1
      },
      {
        "id" : "Encounter.period.start",
        "path" : "Encounter.period.start",
        "min" : 1,
        "mapping" : [
          {
            "identity" : "pCHDCF-CACDI",
            "map" : "Event Start Date Time"
          }
        ]
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.